|
Flying Saucer Project Release R8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xhtmlrenderer.render.BoxDimensions
public class BoxDimensions
Constructor Summary | |
---|---|
BoxDimensions()
|
Method Summary | |
---|---|
int |
getContentWidth()
|
int |
getHeight()
|
int |
getLeftMBP()
|
int |
getRightMBP()
|
void |
setContentWidth(int contentWidth)
|
void |
setHeight(int height)
|
void |
setLeftMBP(int leftMBP)
|
void |
setRightMBP(int rightMBP)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoxDimensions()
Method Detail |
---|
public int getContentWidth()
public void setContentWidth(int contentWidth)
public int getHeight()
public void setHeight(int height)
public int getLeftMBP()
public void setLeftMBP(int leftMBP)
public int getRightMBP()
public void setRightMBP(int rightMBP)
|
Flying Saucer Project Release R8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |